Objects Reference
mat4x4
Operators
Prototype
mat4x4 operator*(mat4x4& m1)
Parameters
Parameter
Type
Description
m1
mat4x4&
matrix to multiply current matrix
Remarks
This operator multiplies two matrices.